Hidden

Create an input tag of type hidden. Typically used to pass name/value pairs to the CGI or process that receives submitted form data.

Form hidden

The example above would yield the following text:

<INPUT TYPE="HIDDEN" NAME="passed_value" VALUE="19987">